From 82e9152851963805dc1a0a54f7a2306047f25e6f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 19 Mar 2007 09:44:35 +0000 Subject: [PATCH] (isearchb-follow-char): Fix typo in docstring. --- lisp/isearchb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearchb.el b/lisp/isearchb.el index 72a06fa687b..3d8af066395 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el @@ -165,7 +165,7 @@ Its purpose is to pass different call arguments to (define-key global-map (vector (list modifier i)) 'isearchb)))) (defun isearchb-follow-char () - "Function added to post-command-hook to handle the isearchb \"mode\"." + "Function added to `post-command-hook' to handle the isearchb \"mode\"." (let (keys) (if (not (and (memq last-command '(isearchb isearchb-activate)) (setq keys (this-command-keys)) -- 2.30.2